home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / fdg1.dir / 00102.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  645 b   |  34 lines

  1. on exitFrame
  2.   go(the frame)
  3.   set the volume of sound 2 to 255
  4.   if rollOver(4) then
  5.     go("sxshi")
  6.   else
  7.     if rollOver(5) then
  8.       go("dgefhi")
  9.     else
  10.       if rollOver(6) then
  11.         go("dgmhi")
  12.       else
  13.         if rollOver(7) then
  14.           go("aodhi")
  15.         else
  16.           if rollOver(20) then
  17.             nothing()
  18.           else
  19.             if rollOver(21) then
  20.               nothing()
  21.             else
  22.               if rollOver(22) then
  23.                 nothing()
  24.               else
  25.                 go("otherprods")
  26.               end if
  27.             end if
  28.           end if
  29.         end if
  30.       end if
  31.     end if
  32.   end if
  33. end
  34.